@font-face {   
	font-family: 'SCDream8';
    src: url('../font/SCDream8.otf') format('OpenType');
	font-style: normal;
	font-weight: 800;
}
@font-face {   
	font-family: 'SCDream7';
    src: url('../font/SCDream7.otf') format('OpenType');
	font-style: normal;
	font-weight: 700;
}
@font-face {   
	font-family: 'SCDream6';
    src: url('../font/SCDream6.otf') format('OpenType');
	font-style: normal;
	font-weight: 600;
}
@font-face {   
	font-family: 'SCDream5';
    src: url('../font/SCDream5.otf') format('OpenType');
	font-style: normal;
	font-weight: 500;
}
@font-face {   
	font-family: 'SCDream4';
    src: url('../font/SCDream4.otf') format('OpenType');
	font-style: normal;
	font-weight: 400;
}
@font-face {   
	font-family: 'SCDream3';
    src: url('../font/SCDream3.otf') format('OpenType');
	font-style: normal;
	font-weight: 300;
}
@font-face {   
	font-family: 'SCDream2';
    src: url('../font/SCDream2.otf') format('OpenType');
	font-style: normal;
	font-weight: 200;
}

@font-face {
  font-family: "OMT";
  src: url("../font/OMT.ttf") format("truetype");
  font-weight: normal;
} 
@font-face {
  font-family: "RixYeoljeongdo";
  src: url("../font/RixYeoljeongdo.ttf") format("truetype");
  font-weight: normal;
} 



.secret_school_wrap p {
font-family: 'SCDream4';
    word-break: keep-all;
}
.secret_school_wrap p.bold {
 font-family: 'SCDream6';
}
.secret_school_wrap .main_section {
	background:#c0d81e;
}

.secret_school_wrap .search_box {
	display:flex;
	background:white;
	border-radius:100px;
	border:3px solid #60a400;
	font-family: 'OMT';
	font-size:54px;
    width: max-content;
	margin:0 auto;
    border-bottom: 5px solid #60a400;
}
.secret_school_wrap .search_box p {
    font-family: "OMT";
    padding: 8px 45px 8px 30px;
}
.secret_school_wrap .search_box .color {
	color:#60a400;
}
.secret_school_wrap .search_box .icon_box  {
	background:#60a400;
	    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
	    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
.secret_school_wrap .search_box .icon_box img{
	background-size:40px;
	width:40px;
	height:43px;
}
.secret_school_wrap .main_section {
	height:710px;
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
	z-index:1;
}
.secret_school_wrap .main_section .main_tit {
	font-family: "RixYeoljeongdo";
	font-size:132px;
    margin: 10px 0 0px;
}
.secret_school_wrap .main_section  .tit_wrap {
    transform: rotate(-3deg);
}
.secret_school_wrap .main_section:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 636px;
    height: 636px;
    background: #e0ef77;
    border-radius: 100%;
    z-index: -1;
}
.secret_school_wrap .main_section .main_tit .color {
    color: white;
    -webkit-text-stroke: 4px #60a400;
    text-shadow: 6px 8px #60a400;
}
.secret_school_wrap .main_section .sub_tit  {
	font-size:54px;
	font-family: "OMT";
}

.secret_school_wrap .black_back {
	color:#c0d81e;
	background:#222;
    padding: 2px 4px;
}

.secret_school_wrap .container {
	padding:80px 60px;
}

.secret_school_wrap .container .sec_tit {
	font-size:54px;
	font-family: "OMT";
	margin-bottom:40px
}



.secret_school_wrap .section1 .flex_wrap {
    display: flex;
    justify-content: space-between;
}
.secret_school_wrap .section1 .flex_box {
}
.secret_school_wrap .section1 .flex_box .img_box {
	width: 200px;
    height: 200px;
    background: #c0d81e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secret_school_wrap .section1 .flex_box img {
	width:100px;
	height:100px;
}
.secret_school_wrap .section1 .flex_box .content_text {
	font-size:25px;
	margin-top:20px;
}

.secret_school_wrap .section2 {
	background:#c0d81e;
}
.secret_school_wrap .section2 .container {
	padding:30px 0;
}
.secret_school_wrap .section2 .left_con {
    margin-left: -30px;
}
.secret_school_wrap .section2 .right_con {
    margin-right: -30px;
}
.secret_school_wrap .section2 .flex_wrap {
	background:white;
	display:flex;
    margin: 30px 0 30px 30px;
    align-items: center;
    padding: 60px 0 60px 30px;
}
.secret_school_wrap .section2 .flex_wrap img {
	width:250px;
	height:82px;
}
.secret_school_wrap .section2 .content_text {
    font-size: 22px;
    text-align: left;
    line-height: 1.5;
	padding-right: 60px;
	border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 20px;
}

.secret_school_wrap .section2 .grid_wrap {
	background:white;
	display:grid;
    margin: 30px 30px 30px 0px;
    align-items: center;
    padding: 50px 30px 0px 30px;
}
.secret_school_wrap .section2 .grid_wrap .grid_box {
    display: grid;
    grid-template-columns: 120px 1fr;
	gap:40px;
	border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.secret_school_wrap .section2 .grid_wrap .grid_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.secret_school_wrap .section2 .grid_wrap .grid_box:first-child .num {
    letter-spacing: 3px;
}
.secret_school_wrap .section2 .num {
    font-family: "OMT";
	font-size:100px;
	color:#eaeaea;
	font-weight: bold;
	    letter-spacing: -4px;
	width:120px;
	height:120px;
}


.secret_school_wrap .section2 .grid_wrap .text_box {
	text-align:left;
}
.secret_school_wrap .section2 .grid_wrap .text_box  .top_tit {
	font-size:32px;
	 font-family: "OMT";
}
.secret_school_wrap .section2 .grid_wrap .text_box  .top_tit .color {
	color:#c0d81e;
}
.secret_school_wrap .section2 .grid_wrap .text_box .detail_text {
	font-size:22px;
    margin-top: 10px;
	line-height:1.4;
}

.secret_school_wrap .section3 {
	background:#f0f0f0;
}
.secret_school_wrap .section3  .grid_wrap {
	display:grid;
	gap:20px;
}
.secret_school_wrap .section3  .grid_box {
	background:white;
	box-shadow: 2px 2px 3px #00000021;
	text-align:left;
	padding:30px 40px;
    font-size: 20px;
}
.secret_school_wrap .section3  .grid_box img {
	width:20px;
	height:20px;
	    margin-right: 5px;
}
.secret_school_wrap .section3  .grid_box p {
	line-height:1.6;
}
.secret_school_wrap .section3  .grid_box .top_tit {
font-size:32px;
	 font-family: "OMT";
	 color:#c0d81e;
	 margin-bottom:10px;
}

.secret_school_wrap .section3  .grid_box2 .top_tit {
	color:#8bc50d;
}
.secret_school_wrap .section3  .grid_box3 .top_tit {
	color:#48990d;
}
.secret_school_wrap .section3  .grid_box4 .top_tit {
	color:#2c6006;
}
.secret_school_wrap .section3 .grid_box5 {
	padding:30px
}



.secret_school_wrap table {
	width:100%;
	font-size:16px;
	font-family: 'SCDream5';
	box-shadow:2px 2px 3px #00000021;;
}
.secret_school_wrap table td {
	line-height: 1.3;
    text-align: center;
	height:45px;
    vertical-align: middle;
}
.secret_school_wrap table td.color {
	background:#bdd125; 
	font-weight:bold;
	height:45px;
    vertical-align: middle;
}
.secret_school_wrap table td.gray_color {
	background:#f7f7f7; 
}
.secret_school_wrap table td.trans {
	width:48px;
	background:#d6e85f;
	transition:relative;
}
.secret_school_wrap table td.trans2 {
	background:#aebd28;
}
.secret_school_wrap table td.trans3 {
	background:#9eb51d;
}
.secret_school_wrap table td.trans4 {
	background:#79a31f;
}

.secret_school_wrap table td.trans p {
	white-space: nowrap;
	position:absolute;
	transform: rotate(90deg) translate(-20px, 25px);
}
.secret_school_wrap table td.trans2 p {
	transform: rotate(90deg) translate(-20px, 46px);
}
.secret_school_wrap table td.trans3 p {
	transform: rotate(90deg) translate(-20px, 27px);
}
.secret_school_wrap table td.trans4 p {
	transform: rotate(90deg) translate(-20px, 54px);
}

.secret_school_wrap .section3 .btm_wrap {
	padding-top:20px;
	margin-top:40px;
	border-top:1px solid #ccc;
	    display: grid;
    gap: 30px;
}
.secret_school_wrap .section3 .btm_wrap .grid_box {
	padding: 0;
    box-shadow: none;
    background: none;
}
.secret_school_wrap .section3 .btm_wrap .grid_box .top_tit {
	margin-bottom:0;
}
.secret_school_wrap .section3 .btm_wrap .grid_box.flex {
    display: flex;
    gap: 100px;
}


.secret_school_wrap .section4  {
	background: #c0d81e;
	padding:30px;
}
.secret_school_wrap .section4 .container {
	background:#f7f7f7;
    padding: 80px 30px;
}

.secret_school_wrap .section4 .search_box {
	font-size:28px;
	margin-bottom:35px;
}
.secret_school_wrap .section4 .search_box .icon_box {
	width:68px;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.secret_school_wrap .section4 .search_box p {
    padding: 7px 25px 7px 15px;
}
.secret_school_wrap .section4 .search_box .icon_box img {
    background-size: 23px;
    width: 23px;
    height: 25px;
}
.secret_school_wrap .section4 .container .sec_tit {
	margin-bottom:15px;
}
.secret_school_wrap .section4 .grid_wrap {
	display:grid;
	gap:20px;
}
.secret_school_wrap .section4 .grid_wrap .grid_box {
	padding:30px;
	background:white;
	box-shadow: 2px 2px 3px #00000021;
	text-align:left;
	display:flex;
	gap:25px;
}
.secret_school_wrap .section4 .grid_wrap .text_tit {
	font-size:24px;
	margin-bottom:10px;
	 font-family: 'SCDream6';
}

.secret_school_wrap .section4 .grid_wrap .grid_box .text_detail {
	display:grid;
	gap:7px;
    padding-left: 10px;
}
.secret_school_wrap .section4 .grid_wrap .grid_box .text_detail li {
	line-height:1.2;
	font-size:16px;
	font-family: 'SCDream4';
	position:relative;
    word-break: keep-all;
}
.secret_school_wrap .section4 .grid_wrap .grid_box .text_detail li:after {
	content: '';
    position: absolute;
    top: 7px;
    left: -10px;
    width: 4px;
    height: 4px;
    background: #60a400;
}

.secret_school_wrap .section4 .search2 {
	margin-top:45px;
	border:3px solid #ff9f39;
	border-bottom:5px solid #ff9f39;
}
.secret_school_wrap .section4 .search2 .icon_box {
	background:#ff9f39;
}
.secret_school_wrap .section4 .grid_wrap .grid_box2 .text_detail li:after {
	background: #ff9f39;
}

.secret_school_wrap .section5 {
	background:#ffe431;
	display:flex;
	padding:50px 30px;
	justify-content: space-between;
}
.secret_school_wrap .section5 .container {
	padding:0;
}
.secret_school_wrap .section5 .container .sec_tit {
	text-align:left;
	margin-bottom: 20px;
}
.secret_school_wrap .section5  .black_back {
	color:#ffe431;
}
.secret_school_wrap .section5   .grid_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 0;
}
.secret_school_wrap .section5   .grid_wrap .icon_black {
	background:#222;
	border-radius:100px;
	width:125px;
	height:125px;
display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.secret_school_wrap .section5   .grid_wrap .icon_black img {
	width:65px;
	height:65px;
}
.secret_school_wrap .section5   .grid_wrap .pro_text {
	font-size:18px;
	font-family: 'SCDream6';
	margin-top:10px;
}

.secret_school_wrap .section6 {
	background:#c0d81e;
}
.secret_school_wrap .section6 .grid_wrap {
    display: grid;
    gap: 20px;
}
.secret_school_wrap .section6 .grid_wrap .white_box {
    background: white;
    border-radius: 100px;
    font-size: 30px;
    padding: 20px 0;
}
.secret_school_wrap .section6 .grid_wrap .white_box .green_back {
font-family: 'SCDream6';
    background: #e0ee85;
    padding: 1px 8px;
}
.secret_school_wrap .last_section .go_btn {
	background:#303030;
	color:#c0d81e;
	font-family: "OMT";
	font-size:52px;
	border:none;
    padding: 10px 30px 10px 25px;
    box-shadow: 6px 6px black;
	margin-top:20px;
	cursor:pointer;
}

